[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                          SetTextJustify procedure

  DECLARATION:  SetTextJustify(Horiz, Vert : Word);

      PURPOSE:  Sets the text justification values used by OutText and
                OutTextXY

         UNIT:  Graph

      REMARKS:  Text output after a call to SetTextJustify will be justified
                around the Current Pointer (CP) in the manner specified.  The
                following constants are declared in the Graph unit.

                            Const
                               LeftText    = 0;
                               CenterText  = 1;
                               RightText   = 2;
                               BottomText  = 0;
                               CenterText  = 1;  { already declared above }
                               TopText     = 2;

 RESTRICTIONS:  Must first be in graphics mode.

See Also: GetTextSettings TextHeight TextWidth OutText
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson